home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000309_amos-request@svcs1.digex.net_Fri Oct 1 12:40:54 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  2KB

  1. Received: from nextsun.INS.CWRU.Edu by access.digex.net with SMTP id AA06054
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Fri, 1 Oct 1993 12:40:52 -0400
  3. Received: from svcs1.digex.net by nextsun.INS.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.5.2-freenet-gw)
  4.     id AA17280; Fri, 1 Oct 93 12:38:10 -0400 (from amos-request@svcs1.digex.net for mcox@access.digex.com)
  5. Received: by svcs1.digex.net id AA16813
  6.   (5.65c/IDA-1.4.4 for amos-list-out); Fri, 1 Oct 1993 12:22:15 -0400
  7. Received: from access.digex.net by svcs1.digex.net with SMTP id AA16809
  8.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Fri, 1 Oct 1993 12:22:12 -0400
  9. Received: from vax.mbhs.edu by access.digex.net with SMTP id AA02866
  10.   (5.65c/IDA-1.4.4 for <amos-list@access.digex.net>); Fri, 1 Oct 1993 12:22:08 -0400
  11. Message-Id: <199310011622.AA02866@access.digex.net>
  12. Date: 1 Oct 93 12:06:00 EST
  13. From: "Andrew Church" <95ACHURCH@vax.mbhs.edu>
  14. Subject: Procedure Library v1.0
  15. To: "amos-list" <amos-list@access.digex.net>
  16. Status: RO
  17.  
  18.   I am in the process of uploading the initial release of the AMOS Procedure
  19. Library to AmiNet.  I've run into some problems, but I expect the library to
  20. be available in 2-3 days.  The file is:
  21.  
  22. /pub/aminet/dev/amos/ProcLib.lha
  23.  
  24.   Below is the list of procedures in the library.
  25.  
  26.   --Andy Church
  27. ----------------------------
  28. _DOSERROR[ERR]
  29.   Returns the AmigaDOS error message for the given error code.
  30. _FAST_ELLIPSE[XC,YC,RX,RY,_FILLED]
  31.   Draws an ellipse using integer math.
  32. _FAST_LINE[X1,Y1,X2,Y2]
  33.   Draws a line using integer math.
  34. _MAKEMASK[_SCREEN,_COLOUR,TEMP1,TEMP2,X1,Y1,X2,Y2,_ICON]
  35.   Makes a mask for an icon with a given transparent colour.
  36. OPENFONT[NAME$,SIZE,_REM]
  37.   Opens or closes a font.
  38. _PALETTE_TO_ANTIQUE[_SCREEN]
  39.   Converts palette to "antique photograph" colours.
  40. _PALETTE_TO_BW[_SCREEN]
  41.   Converts palette to black and white.
  42. _PALETTE_TO_NEGATIVE[_SCREEN]
  43.   Converts palette to negative colours.
  44. _SEPARATE_RGB[_SCREEN,X]
  45.   Filters colours in picture.
  46. _SHADOW_TXT[X,Y,_FG,_BG,_TXT$]
  47.   Writes shadowed text to the screen.
  48. _TO_NTSC
  49.   Switches display to NTSC mode.
  50. _TO_PAL
  51.   Switches display to PAL mode.
  52.